home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0125 / 308.txt < prev    next >
Text File  |  1997-04-16  |  26KB  |  613 lines

  1. Info-Atari16 Digest         Sat,  1 Jun 91       Volume 91 : Issue 308
  2.  
  3. Today's Topics:
  4.                     ASCII text on UNIX is OK now.
  5.                     ATARI Disk Drive Power Supply
  6.                     Computer Eyes/Digispec format
  7.                    GEM-based UUE/UUD, with sources
  8.                    Gemini Standard Usages (3 msgs)
  9.                           Hard disk booting
  10.                               IMG gormat
  11.                               Lattice C
  12.                       Personal Pascal 2 (2 msgs)
  13.                        Publishers (II) (2 msgs)
  14.    ST code or C source for uncompressing .hqx & .sit files: Wanted!
  15.                                TT/68882
  16.                      Weekly posting of new stuff
  17.  
  18. Welcome to the Info-Atari16 Digest.  The configuration for the automatic
  19. cross-posting to/from Usenet is getting closer, but still getting thrashed
  20. out.  Please send notifications about broken digests or bogus messages
  21. to Info-Atari16-Request@NAUCSE.CSE.NAU.EDU.
  22.  
  23. Please send requests for un/subscription and other administrivia to
  24. Info-Atari16-Request, *NOT* Info-Atari16.  Requests that go to the list
  25. instead of the moderators are likely to be lost or ignored.
  26.  
  27. If you want to unsubscribe, and you're receiving the digest indirectly
  28. from someplace (usually a BITNET host) that redistributes it, please
  29. contact the redistributor, not us.
  30. ----------------------------------------------------------------------
  31.  
  32. Date: Sat, 1 Jun 91 12:48:01 BST
  33. From: TAN JUN <tan@essex.ac.uk>
  34. Subject: ASCII text on UNIX is OK now.
  35. To: Info-Atari16@naucse.cse.nau.edu
  36.  
  37. I am sorry to have posted a request on the newsletter about the strange manner
  38. happened text files on UNIX after transferred from Atari ST, (i.e., there are ~M
  39. in the end of each line.). Last night, I found out that there was a difference
  40. between UNIX and Atari on dealing things like `newline' and 'carriage-return'
  41. in ASCII text files. It seems to me that Atari uses both `\r' and '\n' to
  42. denote a newline, whereas UNIX only uses `\n` to do it. Therefore, it reminds me
  43.  to write a C filter to convert ASCII text files on UNIX after transferred from
  44. Atari, in which every `\r` in Atari text file is omited in UNIX, i.e., only
  45. `\n` is kept. Guess what ? It really works. The following is the C source-code,
  46.  
  47. #####################
  48.  
  49. /* Delete carriage-returns in Atari text file */
  50.  
  51. #include <stdio.h>
  52.  
  53. main()
  54. {
  55.         int ch;
  56.         while ((ch=getchar())!=EOF) {
  57.                 if(ch!='\r')(putchar(ch));
  58.         }
  59. }
  60.  
  61. #####################
  62.  
  63. Forgive me to have posted this if the method had been well-known before.
  64. I just wish that it might be useful to somebody.
  65.  
  66. All the best.
  67.  
  68.  
  69. Jun Tan
  70.  
  71. ------------------------------
  72.  
  73. Date: 1 Jun 91 18:46:23 GMT
  74. From:
  75.  noao!ncar!elroy.jpl.nasa.gov!lll-winken!taco!eos.ncsu.edu!smisra@arizona.edu
  76.  (SAURABH MISRA)
  77. Subject: ATARI Disk Drive Power Supply
  78. To: Info-Atari16@naucse.cse.nau.edu
  79.  
  80. For ATARI SF314 or SF354
  81.  
  82. $20 Delivered
  83.  
  84. PS:  All other components have been sold that were posted in my
  85. previous message (ATARI 520ST, Drive, Monitors)
  86.  
  87. Thanks
  88. Saurabh
  89.  
  90. ------------------------------
  91.  
  92. Date: 2 Jun 91 00:19:40 GMT
  93. From:
  94.  noao!asuvax!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!caen!hellgate.utah.
  95.  edu!dog.ee.lbl.gov!ucsd!sdcc6!sdcc13!gknauss@arizona.edu (G. "Maddog" Knauss)
  96. Subject: Computer Eyes/Digispec format
  97. To: Info-Atari16@naucse.cse.nau.edu
  98.  
  99. Argh.  Kick me in the head.  I can't find the listing I had of the
  100. Computer Eyes raw data format, the one that Digispec uses.  Anybody
  101. have it?  Is it part of the Formats posting?
  102.  
  103. Thanks...
  104.  
  105. --
  106. -------------------------------------------------------------------------------
  107. Greg "Maddog" Knauss              "Aiee!"               gknauss@sdcc13.ucsd.edu
  108. -------------------------------------------------------------------------------
  109.  
  110. ------------------------------
  111.  
  112. Date: 1 Jun 91 18:42:10 GMT
  113. From:
  114.  noao!ncar!elroy.jpl.nasa.gov!sdd.hp.com!spool.mu.edu!cs.umn.edu!thelake!steve@a
  115.  rizona.edu (Steve Yelvington)
  116. Subject: GEM-based UUE/UUD, with sources
  117. To: Info-Atari16@naucse.cse.nau.edu
  118.  
  119. I've mailed a GEM-based uuencoder/uudecoder and sources for same to
  120. the moderator of comp.binaries.atari.st/comp.sources.atari.st. It
  121. handles split files, concatenated files with junk between the ``takes,''
  122. etc. Look for it in the appropriate newsgroups.
  123.  
  124.  ----
  125.  Steve Yelvington, Marine on St. Croix, Minnesota, USA / steve@thelake.mn.org
  126.  
  127. ------------------------------
  128.  
  129. Date: 1 Jun 91 14:04:34 GMT
  130. From:
  131.  noao!ncar!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!think.com!mintak
  132.  a!pogo.gnu.ai.mit.edu!entropy@arizona.edu (maximum entropy)
  133. Subject: Gemini Standard Usages
  134. To: Info-Atari16@naucse.cse.nau.edu
  135.  
  136. In article <1991May31.184317.26514@lsuc.on.ca> jimomura@lsuc.on.ca (Jim Omura)
  137.  writes:
  138. >Also, I have no idea what they are intending to use the "CDPATH"
  139. >for.  I've never seen it on a Unix system or an OS-9 system and
  140. >I don't know what program would look for it.  Is that supposed to
  141. >be a path for CD Rom applications?
  142.  
  143. I don't use Gemini, but I do know what CDPATH is, from using ksh and
  144. bash.  The CDPATH variable contains a list of directories to scan for
  145. a directory name given to the 'cd' command.  For example, if my CDPATH
  146. is ":/usr:/usr/entropy:/usr/bob/pub/bin/bsd4.3/recreation" then
  147. if I type "cd games" the shell will:
  148.  
  149. 1) cd to ./games if it exists (some shells don't do this if you have a CDPATH)
  150. 2) otherwise, cd to /usr/games if it exists
  151. 3) otherwise, cd to /usr/entropy/games if it exists
  152. 4) otherwise, cd to /usr/bob/pub/bin/bsd4.3/recreation/games if it exists
  153.  
  154. CDPATH is very useful if you have long paths to very common storage
  155. areas and don't like typing them all the time.
  156.  
  157. entropy
  158.  
  159. --
  160.                           entropy@gnu.ai.mit.edu
  161.         entropy. . .it's not just a good idea, it's the second law.
  162.      Boycott Lotus, Apple, Ashton-Tate and Xerox.  Join the League for
  163. Programming Freedom!  Write to league@prep.ai.mit.edu for more information.
  164.  
  165. ------------------------------
  166.  
  167. Date: 1 Jun 91 21:44:09 GMT
  168. From:
  169.  noao!asuvax!ukma!wuarchive!zaphod.mps.ohio-state.edu!mips!atha!lsuc!jimomura@ar
  170.  izona.edu (Jim Omura)
  171. Subject: Gemini Standard Usages
  172. To: Info-Atari16@naucse.cse.nau.edu
  173.  
  174. In article <ENTROPY.91Jun1090434@pogo.gnu.ai.mit.edu> entropy@gnu.ai.mit.edu
  175.  (maximum entropy) writes:
  176. >In article <1991May31.184317.26514@lsuc.on.ca> jimomura@lsuc.on.ca (Jim Omura)
  177.  writes:
  178. >>Also, I have no idea what they are intending to use the "CDPATH"
  179. >>for.  I've never seen it on a Unix system or an OS-9 system and
  180. >>I don't know what program would look for it.  Is that supposed to
  181. >>be a path for CD Rom applications?
  182. >
  183. >I don't use Gemini, but I do know what CDPATH is, from using ksh and
  184. >bash.  The CDPATH variable contains a list of directories to scan for
  185. >a directory name given to the 'cd' command.  For example, if my CDPATH
  186. >is ":/usr:/usr/entropy:/usr/bob/pub/bin/bsd4.3/recreation" then
  187. >if I type "cd games" the shell will:
  188. >
  189. >1) cd to ./games if it exists (some shells don't do this if you have a CDPATH)
  190. >2) otherwise, cd to /usr/games if it exists
  191. >3) otherwise, cd to /usr/entropy/games if it exists
  192. >4) otherwise, cd to /usr/bob/pub/bin/bsd4.3/recreation/games if it exists
  193. >
  194. >CDPATH is very useful if you have long paths to very common storage
  195. >areas and don't like typing them all the time.
  196. >
  197.  
  198.      This point has become sort of interesting.  If you read
  199. exactly what I said, it was a sort of a trick comment.  Truth
  200. is, I was being sarcastic.  I did realize that they were using
  201. it to define a search path for an empty 'cd' call.  Truth is,
  202. also that I really haven't seen CDPATH used personally (though
  203. apparently it's 'csh' as well as 'ksh'.  What I was getting
  204. at though is that it's not classic Unix standard because 'sh'
  205. simply looks for HOME.  Though I'm starting to wonder now if
  206. some versions of 'sh' might have been re-written to go either
  207. way.  But I was getting at a couple of points, albeit in retrospect,
  208. in an overly cleverly manner.  First, it's simply unnecessary.
  209. If you think about the purpose of HOME and the purpose of CDPATH,
  210. they are essentially duplcations of each other.  Second, as I
  211. pointed out earlier in my message, the Gemini team doesn't seem
  212. to understand what HOME is for, and if they did, they would have
  213. realized the unnecessary duplication.  And I was hoping that
  214. it would become clear, in a Zen sort of way that unnecessary
  215. clutter in the environment is to be avoided.  And also, as
  216. I said in my earlier posting, if you don't get your standard uses
  217. properly organized, you end up writing applications that look
  218. in the wrong places for things.  For example, if you have one
  219. fellow using CDPATH and HOME for different purposes arbitrarily
  220. and someone else somewhere else using them differently, you
  221. could wind up with 2 applications that conflict.  Like if
  222. 1 is looking for a '.signature' file in your HOME directory
  223. which is '/usr/grp1/user1' but CDPATH is 'usr/projects/contract1'.
  224. After all, if you have both then why not use them?  Now if you're
  225. going to *look* like you're copying Unix usages, then you better
  226. be careful that you get some idea what standard usages really
  227. are.  And that may go beyond the manuals.
  228.  
  229.      And I guess in this case I suggest that people simply
  230. define CDPATH=${HOME} unless they have a really good reason not
  231. to do so.  And thinking about it, the best definition for the
  232. CONSOLDIR (I think that's what it was called) is simply "." rather
  233. than whatever they did (I think they set the console directory to
  234. the GEMINI directory or something like that).
  235.  
  236.      But it was really sloppy of me.  I rarely post things
  237. so deliberately obscure, and frankly I just plain botched it.
  238.  
  239. --
  240. Jim Omura, 2A King George's Drive, Toronto, (416) 652-3880
  241. lsuc!jimomura
  242. Byte Information eXchange: jimomura
  243.  
  244. ------------------------------
  245.  
  246. Date: 1 Jun 91 22:24:08 GMT
  247. From: mcrware!mwca!bill@uunet.uu.net (Bill Sheppard)
  248. Subject: Gemini Standard Usages
  249. To: Info-Atari16@naucse.cse.nau.edu
  250.  
  251. In article <1991May31.184317.26514@lsuc.on.ca> jimomura@lsuc.on.ca (Jim Omura)
  252.  writes:
  253.  
  254. ->I've been working with Gemini off and on for a while now and
  255. ->I hope somebody can pass these comments to the programming team.
  256. ->It's all regarding the "mupfel.mup" file:
  257.  ...
  258. ->Also, I have no idea what they are intending to use the "CDPATH"
  259. ->for.  I've never seen it on a Unix system or an OS-9 system and
  260. ->I don't know what program would look for it.  Is that supposed to
  261. ->be a path for CD Rom applications?
  262.  
  263. If I recall, CDPATH is the path that mupfel will search when you type
  264. "CD directory".  It's sort of like Norton CD under DOS - you can type "CD
  265. directory" without a partition letter and CD will look on the various paths
  266. specified by CDPATH for that directory name, regardless of which drive it is
  267. on.
  268. --
  269.  ##############################################################################
  270.  # Bill Sheppard  --  bills@microware.com  --  {uunet,sun}!mcrware!mwca!bill  #
  271.  # Microware Systems Corporation  ---  OS-9: Seven generations beyond OS/2!!  #
  272.  ######Opinions expressed are my own, though you'd be wise to adopt them!######
  273.  
  274. ------------------------------
  275.  
  276. Date: 1 Jun 91 10:31:24 GMT
  277. From: VMS.HUJI.AC.IL!seran@ucbvax.berkeley.edu (ERAN MEGIDO)
  278. Subject: Hard disk booting
  279. To: Info-Atari16@naucse.cse.nau.edu
  280.  
  281. Hi,
  282.  Please tell me if this is a good idea or are there better ones.
  283. Recently I , in a very tired and uncarring state, put a program in my boot
  284. drive c: of my hardisk. It was an ACC. When I rebooted the program caused
  285. the computer to totaly crash. I am using desk manager so I was not too worried
  286. and went into the ACC selection and unmarked this program. But it did not help.
  287. The ACC still ran and still crashed the computer. After many hours of working
  288. and trying to get rid of the program or around it in some way, I gave in to the
  289. thought that I will have to reformat my hard drive. The next day I came up with
  290. a simple, obvious idea which saved me. I only formatted drive c:. Then I put
  291. in C: as a boot drive again and reloaded from my back-up which was almost fully
  292. entact.
  293.  
  294.  I avoided losing all 60 megs but I also came up with a diff idea. Why not
  295. partion the HD so that drive c: is the smallest amount of memory possible.
  296. make it a boot up drive and stick _only_ desk manager there. Then make a drive
  297. d: or whatever that will contain all the prg's and acc's that desk manager
  298.  acceses.
  299. Then if ever I get a program which kills on booting I can just format drive c:
  300. and only need to restore desk manager. It sounds good to me, perhaps I am
  301. wrong. Any ideas, suggestions, or comments would be appreciated.
  302.  
  303.  Also, what is the procedure of putting dos on the hardisk for pcditto? And
  304. is there also a way to do the same for aladin?
  305.  
  306.  Thanks,
  307.     Eran..
  308. (please answer to my email adress bellow if possible as I cannot read the list
  309.  often)
  310.  
  311.  SERAN@VMS.HUJI.AC.IL
  312.  
  313. ------------------------------
  314.  
  315. Date: 1 Jun 91 22:42:53 GMT
  316. From: noao!ncar!elroy.jpl.nasa.gov!usc!apple!well!fh@arizona.edu (Fabian Hahn)
  317. Subject: IMG gormat
  318. To: Info-Atari16@naucse.cse.nau.edu
  319.  
  320. jimomura@lsuc.on.ca (Jim Omura) writes:
  321. >>1 word          pixel width in microns (1/1000 mm, 25400 microns per inch)
  322. >>1 word          pixel height in microns
  323.  
  324. >     Does most software actually take this into account for anything
  325. >or can you leaave the pixel dimension 0?
  326.  
  327.    No, do not do this. All programs that import .IMG images
  328. should at least use these values to calculate the aspect ratio of the
  329. picture. Our product, Wordflair II uses them if they seem reasonable to
  330. display images correctly when the preserve aspect-ratio option is selected.
  331.  
  332.    If you do not have any information about the original pixel size put in
  333. something like 72dpi x 72dpi.
  334.  
  335. >             No matter how you feel about the Amiga/Atari/Mac wars,
  336. >the IMG "standard" just isn't sufficiently defined and has not real
  337. >underlying rational.
  338.  
  339.    You are probably right, but .IMG is the only format currently supported
  340. by the GEM functions in the ATARI. So it will be around for quite some time
  341. more. We should try to get all programs that support .IMG's to use them
  342. cosistent, this would take care of at least some the problems that we are
  343. having with .IMG's.
  344.  
  345. Fabian Hahn
  346. Goldleaf Publishing, Inc.
  347.  
  348. ------------------------------
  349.  
  350. Date: 1 Jun 91 01:36:01 GMT
  351. From:
  352.  noao!ncar!gatech!bloom-beacon!eru!hagbard!sunic!isgate!krafla!adamd@arizona.edu
  353.  (Adam David)
  354. Subject: Lattice C
  355. To: Info-Atari16@naucse.cse.nau.edu
  356.  
  357. >     I have been offered a 2nd hand copy of Lattice C version 5.
  358. >Unfortunately the registration card has been sent in.  Does
  359. >anybody know what Lattice' policy is regarding transfer of
  360. >registration (for updates and such)?
  361.  
  362. I would have thought that a written transfer of rights from the previous
  363. licensee to the new one could be sent to Hisoft or their appointed agent
  364. for changing the registration details. The person who originally sent in
  365. the registration card will then be unable to claim any support because
  366. he is no longer registered. It didn't ought to cost anything, did it?
  367.  
  368. --
  369. Adam David.
  370. (adamd@rhi.hi.is)
  371.  
  372. ------------------------------
  373.  
  374. Date: 1 Jun 91 13:35:22 GMT
  375. From: IFI.UIO.NO!larserio@ucbvax.berkeley.edu (LarsErikOsterud)
  376. Subject: Personal Pascal 2
  377. To: Info-Atari16@naucse.cse.nau.edu
  378.  
  379. Personal Pascal 2 Question
  380. """"""""""""""""""""""""""
  381. I just read that HiSoft is going to drop Personal Pascal 2 and as
  382. a true Personal Pascal lover I wondered about some things that I
  383. think someone out on the net migth help with:
  384.  
  385. When I bought Personal Pascal 2 i got it with these program versions:
  386.  
  387. Gem shell   2.02        (the newest version of the whole package
  388. Compiler    2.0          is 2.05 and I desperatly need this !!!!)
  389. Linker      2.02
  390.  
  391. However - There is a bug i the Compiler that messes up something
  392. with the GEM system.  After x number of compilations everything
  393. locks up.  Even if I run the compiler only once som programs go
  394. bananas afterward if I try to run them.  If I run the compiler
  395. without GEM (as a TOS program) this does not happend....
  396.  
  397. Is there anyone out there who knows WHERE I can get the NEWEST
  398. versions of the GEM SHELL, the COMPILER and the LINKER.  I know
  399. there is a newer version of the compiler and I simply MUST have it.
  400.  
  401. I could ask HiSoft, but I won't switch to their new Pascal (to many
  402. programs to convert and to expensive to buy a whole new system..)
  403.  
  404. Any help would be great !!!!
  405.  
  406.  Lars-Erik  /  ABK-BBS +47 2132659  /   ____ ______ ________________________
  407.   Osterud  /  larserio@ifi.uio.no  /   /___    /            The norwegian ST
  408. __________/ ______________________/   ____/   /   Klubben,  user association
  409.  
  410. ------------------------------
  411.  
  412. Date: 1 Jun 91 23:33:58 GMT
  413. From:
  414.  noao!ncar!elroy.jpl.nasa.gov!sdd.hp.com!wuarchive!rex!uflorida!mailer.cc.fsu.ed
  415.  u!nu!boyd@arizona.edu (Mickey Boyd)
  416. Subject: Personal Pascal 2
  417. To: Info-Atari16@naucse.cse.nau.edu
  418.  
  419. In article <CMM.0.90.2.675783322.larserio@kvart.ifi.uio.no>, larserio@ifi.uio.no
  420.  writes:
  421. >Personal Pascal 2 Question
  422. >""""""""""""""""""""""""""
  423. >I just read that HiSoft is going to drop Personal Pascal 2 and as
  424. >a true Personal Pascal lover I wondered about some things that I
  425. >think someone out on the net migth help with:
  426. >
  427.  
  428. ICD distributes Personal Pascal.  If you do find out anything about an upgrade
  429. policy (or lack therein) could you please post or email me?
  430.  
  431. --
  432.     ---------------------------------+-------------------------------------
  433.              Mickey R. Boyd          |  "Kirk to Enterprise.  All clear
  434.           FSU Computer Science       |      down here.  Beam down
  435.         Technical Support Group      |      yeoman Rand and a six-pack . ."
  436.       email:  boyd@fsucs.cs.fsu.edu  |
  437.     ---------------------------------+-------------------------------------
  438.  
  439. ------------------------------
  440.  
  441. Date: 1 Jun 91 02:09:30 GMT
  442. From:
  443.  noao!ncar!elroy.jpl.nasa.gov!swrinde!mips!apple!portal!cup.portal.com!Bob_BobR_
  444.  Retelle@arizona.edu
  445. Subject: Publishers (II)
  446. To: Info-Atari16@naucse.cse.nau.edu
  447.  
  448. David Paschall-Zimbel writes:
  449. >Not exactly true, Bob.  ST Log was making money when it was folded into ANAL
  450. >and was still making money when the publisher decided to discontinue publish
  451. >the magazine.  Likewise, STart's parent company was still making money from
  452. >magazine --- it was 'killed' by cash draw-off to other publications within t
  453. >same company (or so I am led to believe from the conflicting press reports t
  454. >which I've had access.)
  455.  
  456. Well, from speaking with the editor and publisher of ANALOG/STlog, LFP, Inc.
  457. was reluctant to put the kind of money into the publication that it would tak
  458. to really promote it, given the ill health of the Atari marketplace (and that
  459. was then... things have gotten steadily worse since..).  Their Videogames
  460. magazine was given plenty of support and is thriving today in the Nintendo/
  461. Sega/NEC world.  I don't recall specifically whether they said if STlog
  462. was still making money when it was folded, but just taking a look at the last
  463. issue demonstrates that they were in trouble.  Much of the ad space was
  464. ANALOG ads.. the actual number of advertisers was very small.. a very bad
  465. sign.
  466.  
  467. Reports on CompuServe from Paul LeFevre of Antic indicate that STart had
  468. been losing money steadily for months.  The decision was finally made to
  469. halt production and avoid any further losses.  Again, taking a look at
  470. the last issue, much of the advertising was from ANTIC itself, and you can't
  471. pay the bills with free ads.
  472.  
  473. ST User and ST Format are nice, but have little to do with MY world, here
  474. in the U.S.  It's frustrating to read about products I either can't even
  475. buy, or which have no local support, assuming I can find them.  I've run
  476. up some nice phone bills calling MirrorSoft in England because there is no
  477. local support for their Atari products.  Seeing their new programs in
  478. English magazines does me little good at all.
  479.  
  480. BobR
  481.  
  482. ------------------------------
  483.  
  484. Date: 1 Jun 91 16:29:56 GMT
  485. From: tellab5!chinet!saj@uunet.uu.net (Stephen Jacobs)
  486. Subject: Publishers (II)
  487. To: Info-Atari16@naucse.cse.nau.edu
  488.  
  489. >>In article <42806@cup.portal.com>, Bob_BobR_Retelle@cup.portal.com writes:
  490. >>
  491. >>> You're seeing effects of the death of the Atari marketplace in the US.
  492.  
  493. Sick != dead.  Atari US is still selling every machine they can get, with no
  494. obvious sign that that's going to change.  I sure don't know what software all
  495. those machines are running, but there are pretty good numbers of them.  Sick
  496. I'll agree with readily: clearly, too sick to support a glossy magazine
  497. devoted only to Atari computers.  Sick implies 'might die', but it leaves open
  498. the possibility 'might recover', too.  I'll list some hopeful signs.
  499.  
  500. 1)Atari Corp. has finally cleared away the wreckage of the Federated disaster.
  501. 2)The applications which look like the next corporate fads, DTP and combining
  502.   sound with animations (desktop multimedia) are better supported on Atari
  503.   hardware than the old fad applications (graphic spreadsheets and professional
  504.   wordprocessing) were.
  505. 3)The game machine segment doesn't seem to have any nasty surprises left.
  506. 4)Portfolio looks like a nice steady money generator, but its market niche has
  507.   become cut-throat enough that Atari is unlikely to put excessive (from an
  508.   ST fan's viewpoint) effort into follow-ons.
  509. 5)There's finally a commercial development system for the TT (Lattice).
  510.  
  511. You pays your money and acts accordingly.  I know that a little fella has to
  512. be nuts to try to crack the PC software market today.  Mac is tough too, but
  513. maybe possible.  ST and Amiga are still at the stage where a good idea
  514. (software or hardware) could be pushed with a limited budget, and have a chance
  515. of making a profit.  The biggest successes may go on to try other markets; at
  516. least the foundation will be in place.
  517.                                           Steve   saj@chinet.chi.il.us
  518.  
  519. ------------------------------
  520.  
  521. Date: 1 Jun 91 22:50:24 GMT
  522. From: noao!ncar!elroy.jpl.nasa.gov!swrinde!mips!apple!well!fh@arizona.edu
  523.  (Fabian Hahn)
  524. Subject: ST code or C source for uncompressing .hqx & .sit files: Wanted!
  525. To: Info-Atari16@naucse.cse.nau.edu
  526.  
  527. redmond+@cs.cmu.edu (Redmond English) writes:
  528.  
  529. >I'd like to try converting some mac fonts to GDOS format, but all the
  530. >ftp font archives have the mac fonts compressed using something that
  531. >creates .sit and .hqx extensions.
  532.  
  533. There is a program called mcvert for unix that will convert .hqx files to
  534. mac binarys. Once you are there you need some utility that will convert
  535. the Mac fonts to GDOS format.
  536.  
  537. The .sit files are created by StuffIt!, the Mac equivalent to arc files. The
  538. details for StuffIt! files are available, but I do not know of any
  539. implementations on the ATARI. You might have to "unStuff" them on a
  540. PC or a Mac.
  541.  
  542. Fabian
  543.  
  544. ------------------------------
  545.  
  546. Date: 1 Jun 91 20:12:56 GMT
  547. From: nsc!pyramid!apalmer@hplabs.hp.com (Albert "Earthquake" Palmer)
  548. Subject: TT/68882
  549. To: Info-Atari16@naucse.cse.nau.edu
  550.  
  551. In article <27361@know.pws.bull.com> CSULLOGG@CRL.AECL.CA writes:
  552. >One netter asked if the TT includes the 68882; mine did and the TT manual
  553. >stated that it is a TT standard feature, not an option. It has a clock
  554. >speed of 32MHz, just like the 68030. The MegaSTE manual states that the
  555. >68881 is an option. Note, for firm believers that Atari never delivers;
  556. >THIS MESSAGE CREATED ON A TT. Now, if only the software base would
  557. >expand (yeah, I know I can run Macware, after all I use GCR!!!!!).
  558.  
  559. This message is also being posted from a TT.  My TT manual also stated that
  560. I have a 68882, but Mac software says I have a 68881.  Has anyone else
  561. seen this?  My machine came with TOS 3.01.  I purchased it just 3 weeks
  562. ago.  I wish I knew why Atari is shipping machines with down rev TOS
  563. and the wrong math co-processor.  On a positive note, I love the new
  564. desktop.  I'm the legal owner of both DC Desktop and NeoDesk.  Gribnif
  565. lost me as a customer when they wanted more for the upgrade to 3.0 than
  566. I could buy it mail order.  I prefer the TT desktop.
  567.  
  568. The TT is fast and Mac/Spectre is even faster. (much Mac software uses
  569. the 68881)  I am very happy with the purchase.  Both local stores are
  570. sold out of TT and waiting for more from Atari.  (B&C and SJC)
  571.  
  572. al palmer
  573.  
  574. ------------------------------
  575.  
  576. Date: 1  Jun 91 20:44 +0100
  577. From: Robert Weissenfels <weissenfels@bauelemente.e-technik.uni-dortmund.dbp.de>
  578. Subject: Weekly posting of new stuff
  579. To: <Info-Atari16@naucse.cse.nau.edu>
  580.  
  581. Hi there from outside the fast nets (only runnin' packet switched)
  582.  
  583. I'm getting some of the stuff, listed in the message by 'atari archive robot'
  584.  
  585. BUT NOT EVERY MESSAGE!! THAT IS BAAAAAAAAAAAAAAAAAAAD!!! <BIGFLAME>
  586.  
  587. Where can I get it from? I can't do ftp on my side, it's just mailing...
  588. (Did you think, I couldn't do single line skips? ;-))
  589.  
  590. Please help
  591.  
  592. Robert
  593.  
  594.          +--+--+--+
  595.       |  |  |  |  |  |
  596.    +--+--+--+--+--+--+--+               weissenfels%bauelemente.e-technik.
  597.    |  |  |  |  |  |  |  |               uni-dortmund.dbp.de
  598.  --+-  .   __  ___  ___-+--             @relay.cs.net        (CSNET, ARPANET)
  599. |  |  /   /_  /__/ /_   |  |            @dfngate.bitnet      (BITNET, EARN)
  600. +--+ /__ __/ /__/ /__   +--+            @unido.uucp          (UUCP)
  601. |  |   __  __   . .  __ |  |
  602. +--+  /_/ /_   /|// /_  +--+
  603. |  | / / /_/  /  / /_   |  |                     The *A*C*I*D* House
  604.  --+-                  -+--
  605.    |  |  |  |  |  |  |  |
  606.    +--+--+--+--+--+--+--+               if it's got any meaning, it's mine...
  607.       |__|__|__|__|__|
  608.  
  609. ------------------------------
  610.  
  611. End of Info-Atari16 Digest
  612. ******************************
  613.